[method="post"] input:not([type="submit"]) {
	height: 30px;
}
[method="post"] input {
	width: 100%;
}
[method="post"] textarea {
	height: 350px;
	width: 100%;
}
[method="post"] input, [method="post"] textarea {
	border-radius: 20px;
	border-width: 0px;
	background-color: #bfa;
	padding: 20px;
}
[method="post"] input[type="submit"]{
	margin-top: 10px;
	background-color: #adf;
	border-radius: 50px;
}
[method="post"] input[type="submit"]:hover {
	background-color: #38f;
	cursor: hand;
}
[method="post"] :not(h1) {
	font-size: 30px;
	font-weight: bold;
	font-family: arial;
}
[method="post"] h1 {
	font-family: arial;
}
[method="post"] {
	background-color: #ffe;
	padding: 20px;
	border-radius: 20px;
}
